panda profiling
Advanced EDA Made Simple Using Pandas Profiling
Originally published on Towards AI the World's Leading AI and Technology News and Media Company. If you are building an AI-related product or service, we invite you to consider becoming an AI sponsor. At Towards AI, we help scale AI and technology startups. Let us help you unleash your technology to the masses. It's free, we don't spam, and we never share your email address.
Exploratory Data Analysis (EDA) -- Don't ask how, ask what
EDA or Exploratory Data Analysis is the process of understanding what data we have in our dataset before we start finding solutions to our problem. In other words -- it is the act of analyzing the data without biased assumptions in order to effectively preprocess the dataset for modeling. The main reasons we do EDA are to verify the data in the dataset, to check if the data makes sense in the context of the problem, and even sometimes just to learn about the problem we are exploring. Pandas Profiling is probably the easiest way to do EDA quickly (although there are many other alternatives such as SweetViz). The downside of using Pandas Profiling is that it can be slow to give you a very in-depth analysis, even when not needed.
Building a propensity model for financial services on GCP Solutions Google Cloud
In the following steps you create an AI Platform Notebooks instance. In the GCP Console, go to the AI Platform Notebook instances page. On the menu bar, click New Instance add, and then select the TensorFlow 1.x framework. It takes a few minutes for AI Platform Notebooks to create the new instance. Now that you have an AI Platform Notebooks instance, you can download the notebook file for this tutorial.
- Information Technology > Services (0.41)
- Banking & Finance > Financial Services (0.40)